crypto/tls.handshakeMessageWithOriginalBytes.originalBytes (method)

3 uses

	crypto/tls (current package)
		common.go#L1524: 	originalBytes() []byte
		handshake_messages.go#L1928: 		if orig := msgWithOrig.originalBytes(); orig != nil {
		handshake_messages.go#L1929: 			h.Write(msgWithOrig.originalBytes())